projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0809c9f
)
Remove ineffective expression in verilog-mode
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 3 Aug 2021 13:55:55 +0000
(15:55 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 3 Aug 2021 13:55:55 +0000
(15:55 +0200)
* lisp/progmodes/verilog-mode.el (verilog-set-auto-endcomments):
Remove expression that now elicits a byte-compiler warning.
lisp/progmodes/verilog-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/verilog-mode.el
b/lisp/progmodes/verilog-mode.el
index 2b88120eb9c276538958d7b56e2e139fbe42a729..7c8ccea065ee80805b91e81bcedfab79d5f55e1c 100644
(file)
--- a/
lisp/progmodes/verilog-mode.el
+++ b/
lisp/progmodes/verilog-mode.el
@@
-5112,7
+5112,6
@@
primitive or interface named NAME."
(;- task/function/initial et cetera
t
- (match-end 0)
(goto-char (match-end 0))
(setq there (point))
(setq err nil)